home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2000 December & 2001 January / PC World Plus! D.bin / hs_files / ezcddax4trial.exe / ezcdda01.cab / _D491E4E43CA34C9C94DFA63F5862D94E / 0 / RCDATA / TCDDBINEXACT / TCDDBINEXACT.txt
Encoding:
Text File  |  2000-06-19  |  778 b   |  43 lines

  1. object CDDBInexact: TCDDBInexact
  2.   Left = 391
  3.   Top = 236
  4.   Width = 413
  5.   Height = 257
  6.   Caption = 'Select'
  7.   Color = clBtnFace
  8.   ParentFont = True
  9.   OldCreateOrder = False
  10.   Position = poOwnerFormCenter
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object ListView1: TListView
  15.     Left = 0
  16.     Top = 0
  17.     Width = 405
  18.     Height = 230
  19.     Align = alClient
  20.     Columns = <
  21.       item
  22.         Width = 60
  23.       end
  24.       item
  25.         AutoSize = True
  26.       end
  27.       item
  28.         AutoSize = True
  29.       end
  30.       item
  31.         Width = 70
  32.       end>
  33.     HotTrack = True
  34.     HotTrackStyles = [htHandPoint, htUnderlineHot]
  35.     ReadOnly = True
  36.     RowSelect = True
  37.     SortType = stData
  38.     TabOrder = 0
  39.     ViewStyle = vsReport
  40.     OnClick = ListView1Click
  41.   end
  42. end
  43.